home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 07d.dir / 00116.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  737 b   |  33 lines

  1. on exitFrame
  2.   cursor(-1)
  3.   repeat with i = 5 to 9
  4.     set the cursor of sprite i to 3
  5.   end repeat
  6.   repeat with i = 15 to 17
  7.     set the cursor of sprite i to 3
  8.   end repeat
  9.   repeat with i = 30 to 31
  10.     set the cursor of sprite i to 3
  11.   end repeat
  12.   repeat with i = 47 to 48
  13.     set the cursor of sprite i to 3
  14.   end repeat
  15.   set the cursor of sprite 45 to [112, 113]
  16.   if rollOver(20) then
  17.     set the visible of sprite 23 to 1
  18.   else
  19.     set the visible of sprite 23 to 0
  20.   end if
  21.   if rollOver(21) then
  22.     set the visible of sprite 24 to 1
  23.   else
  24.     set the visible of sprite 24 to 0
  25.   end if
  26.   if rollOver(22) then
  27.     set the visible of sprite 25 to 1
  28.   else
  29.     set the visible of sprite 25 to 0
  30.   end if
  31.   go(the frame)
  32. end
  33.